home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
DemonicDefence3.swf
/
scripts
/
DefineButton2_1190
/
BUTTONCONDACTION on(release).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-09-27
|
201 b
|
13 lines
on(release){
if(_root.money >= 180)
{
_root.money -= 180;
_root.timeRune += 1;
messo = "Got Time Rune!";
}
else
{
messo = "Not Enough Money!";
}
}